home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 2 / MacMania 2.toast / Demo's / Tools&Utilities / Business⁄work / The Akston Engine / Money < prev    next >
Encoding:
Text File  |  1994-06-12  |  462 b   |  22 lines  |  [TEXT/HAks]

  1.  
  2.                     Compound Interest
  3.  
  4.     This is the formula for the value of an investment 
  5.     that compounds annually:
  6.  
  7.            yr(n) = p * (1 + i)^n * $
  8.  
  9.            i = .07  .............. Interest Rate
  10.  
  11.            p = 2000 .............. Principal
  12.  
  13.            $ = fix(2,1)  ......... A formatting constant.
  14.  
  15.     Values at the end of the year:
  16.  
  17.            yr(1) =  
  18.            yr(2) =  
  19.            yr(3) =  
  20.            yr(4) =  
  21.            yr(5) =   
  22.